object APPEDialog: TAPPEDialog Left = 293 Top = 170 BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 310 ClientWidth = 433 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 409 Height = 265 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 95 Height = 13 Caption = 'Application Identifier' end object Label2: TLabel Left = 16 Top = 176 Width = 149 Height = 13 Caption = 'Application authentication code' end object Label3: TLabel Left = 176 Top = 16 Width = 76 Height = 13 Caption = 'Application data' end object OKBtn: TButton Left = 103 Top = 276 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 183 Top = 276 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object AppIdentifierMemo: TMemo Left = 24 Top = 32 Width = 81 Height = 137 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 2 end object AppAuthenticationCodeMemo: TMemo Left = 24 Top = 192 Width = 81 Height = 57 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 3 end object AppDataMemo: TMemo Left = 184 Top = 32 Width = 217 Height = 225 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 4 end end